@font-face {
  font-family: 'Akkurat';
  src: url("fonts/Akkurat-Bold.ttf");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Akzidenz';
  src: url("fonts/AkzidenzGroteskPro-Light.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'baskerville-display-pt';
  font-weight: 400;
  font-style: italic; }
/*------------------------------------*\
RESET
\*------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strike, strong, sub, sup, tt, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
section, article, aside, footer, header, hgroup, nav, .h6, .h5, .h4, .h3, .h2, .h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  transition: .2s ease-in-out;
  color: inherit;
  text-decoration: none; }

a:not(.scroll_link):hover {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  opacity: 0.7; }

ul {
  margin: 0; }

strong {
  font-weight: bold; }

b {
  font-weight: 400; }

i {
  font-style: italic; }

button {
  border: none;
  background: none;
  color: #000; }

textarea {
  resize: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0; }

div::-webkit-scrollbar {
  width: 0 !important; }

div {
  overflow: -moz-scrollbars-none; }

div {
  -ms-overflow-style: none; }

button:focus {
  outline: none; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, input[type="checkbox"]:focus {
  outline: none; }

textarea:focus {
  outline: none; }

select:focus {
  outline: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

iframe {
  display: block;
  width: 100%;
  border: 0; }

a {
  color: inherit;
  text-decoration: none; }

a:hover {
  color: inherit; }

button {
  -webkit-appearance: none; }

.img-fluid {
  max-width: 100%; }

/* defaults end */
body {
  font-family: 'Akzidenz';
  font-weight: 400;
  font-style: normal;
  font-size: 21px;
  line-height: 1.6;
  margin: 0;
  background: #fff;
  margin-top: 130px; }
  body.no-scroll {
    overflow: hidden; }

/* PAGE STYLES */
h1 {
  font-family: 'Akkurat';
  font-size: 23px; }

h2 {
  font-family: 'Akkurat';
  font-size: 56px;
  line-height: 1.2;
  letter-spacing: 6px;
  text-transform: uppercase; }

h3 {
  font-family: 'baskerville-display-pt';
  font-size: 56px;
  line-height: 1.3;
  font-style: italic; }

h4 {
  font-family: 'Akkurat';
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 2px;
  font-weight: bold; }

h5 {
  font-family: 'baskerville-display-pt';
  font-size: 30px;
  line-height: 1.4;
  text-transform: capitalize;
  font-style: italic; }

h6 {
  font-family: 'baskerville-display-pt';
  font-size: 36px;
  line-height: 1.4;
  text-transform: capitalize;
  font-style: italic; }

p {
  margin-bottom: 40px; }

ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-bottom: 30px; }
  ul li {
    font-size: 21px;
    margin-bottom: 15px;
    line-height: 1.2; }

p.small {
  font-size: 18px; }

p.very_small {
  font-size: 11px;
  padding-top: 5px; }

.g-recaptcha {
  display: none; }

.cookies_message {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center; }
  .cookies_message .small_logo {
    text-align: left;
    width: 10%;
    padding: 0 40px; }
    .cookies_message .small_logo img {
      height: 60px;
      vertical-align: middle; }
  .cookies_message .text {
    width: 80%; }
    .cookies_message .text p {
      font-size: 14px;
      max-width: 1300px;
      text-align: left; }
  .cookies_message .got_it {
    width: 10%;
    padding: 0 40px; }
    .cookies_message .got_it h3 {
      text-align: right; }
  .cookies_message.accepted {
    display: none; }

.grey_bg {
  background: #F8F8F8; }

.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.mh_100 {
  min-height: 100vh; }

.policy_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 20px;
  background: #000;
  z-index: 102;
  display: none;
  color: #fff; }
  .policy_popup h3 {
    font-family: 'Akkurat';
    font-size: 45px;
    margin-bottom: 40px;
    font-style: normal; }
  .policy_popup h2, .policy_popup h4, .policy_popup p {
    font-family: 'Akzidenz';
    text-align: left;
    font-size: 24px;
    margin-bottom: 5px; }
  .policy_popup p {
    font-size: 18px;
    margin-bottom: 30px; }
  .policy_popup .main_logo {
    width: 500px;
    max-width: 70%;
    margin-bottom: 40px; }
  .policy_popup .inner_content {
    max-height: calc(100vh - 100px);
    overflow-y: scroll;
    padding: 10px 20px;
    margin: 0 auto; }
  .policy_popup .inner_content::-webkit-scrollbar {
    width: 0;
    height: 8px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 9px; }
  .policy_popup .inner_content::-webkit-scrollbar-thumb:hover {
    background: #fff; }
  .policy_popup .inner_content::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 9px;
    box-shadow: inset 0px 0px 0px 0px #F0F0F0; }
  .policy_popup .small_logo {
    margin-top: 30px; }
  .policy_popup .copyright {
    padding-top: 30px; }
    .policy_popup .copyright p {
      text-align: center; }
  .policy_popup .close_icon {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 35px;
    cursor: pointer; }

.my_btn {
  font-family: 'Akkurat';
  line-height: 70px;
  padding: 0 20px;
  font-size: 20px;
  color: #000;
  text-transform: uppercase;
  background: #fff;
  cursor: pointer;
  letter-spacing: 1px;
  font-weight: bold; }
  .my_btn.black_btn {
    background: #000;
    color: #fff; }

.register_btn {
  position: fixed;
  top: 45%;
  transform: translate(0, -50%) rotate(-90deg);
  right: -82px;
  z-index: 10;
  background: #fff;
  color: #000; }
  .register_btn .my_btn {
    letter-spacing: 2px;
    line-height: 28px;
    font-size: 16px;
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.31);
    padding: 10px 20px; }

.popup_container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 100; }
  .popup_container .my_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px 50px;
    padding-left: 25px;
    background: #fff;
    width: 90%;
    max-width: 950px; }
    .popup_container .my_popup h4 {
      font-size: 24px; }
    .popup_container .my_popup .logo {
      width: 100%;
      max-width: 400px; }
    .popup_container .my_popup button {
      line-height: 1.2;
      padding: 0;
      border-bottom: 1px solid #000; }
    .popup_container .my_popup ul {
      list-style-type: none;
      text-align: center;
      padding-left: 0; }
      .popup_container .my_popup ul li {
        font-family: 'Akkurat';
        font-size: 12px;
        margin-bottom: 10px; }
        .popup_container .my_popup ul li.big {
          text-transform: uppercase;
          font-size: 14px; }
    .popup_container .my_popup .my_btn.small {
      font-size: 14px; }
  .popup_container .close_icon {
    width: 20px;
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px; }

.menu_bar {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #333;
  background: #000; }
  .menu_bar .logo {
    display: block;
    height: 40px;
    margin: 0 auto; }
  .menu_bar p {
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Akkurat';
    font-size: 11px;
    color: #fff; }

.top_bars_container {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  -webkit-box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 11px 3px rgba(0, 0, 0, 0.2); }

.hamburger {
  position: relative;
  padding: 10px;
  z-index: 10;
  width: auto;
  height: 48px;
  background: #000;
  z-index: 101;
  border: 1px solid transparent; }
  .hamburger.is-active {
    border: 1px solid #000; }

.hamburger.is-active:hover,
.hamburger:hover {
  opacity: 1; }

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background-color: #fff;
  height: 2px;
  border-radius: 0px;
  width: 100%; }

.hamburger-inner:before {
  top: -8px; }

.hamburger-inner:after {
  bottom: -8px; }

.hamburger-box {
  width: 24px;
  height: 18px;
  transition: 0.4s; }
  .hamburger-box:hover {
    transform: scale(1.1); }

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
  background-color: #fff; }

.menu_overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #000;
  z-index: 9;
  display: none; }
  .menu_overlay h4 {
    color: #fff; }
  .menu_overlay ul {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding-left: 0;
    list-style-type: none; }
    .menu_overlay ul li {
      margin-bottom: 40px;
      color: #fff;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-family: 'Akkurat'; }

.mute_container {
  position: absolute;
  width: 40px;
  bottom: 10px;
  right: 20px;
  cursor: pointer;
  z-index: 9; }
  .mute_container img {
    width: 100%; }
  .mute_container .mute {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.3s;
    z-index: 2; }
  .mute_container.unmuted .unmute {
    opacity: 0; }
  .mute_container.unmuted .mute {
    opacity: 1;
    z-index: 1; }

.masthead {
  position: relative;
  height: calc(100vh - 135px);
  overflow: hidden;
  max-width: 100% !important;
  background: #000; }
  .masthead h1 {
    text-transform: uppercase;
    letter-spacing: 2px; }
  .masthead .down_arrow {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 5vh;
    width: 40px;
    cursor: pointer;
    z-index: 5; }
  .masthead .play_icon {
    cursor: pointer; }
  .masthead .iframe.vimeo {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 100vh;
    width: 100%;
    min-width: 100%;
    padding-bottom: 56.25%; }
    .masthead .iframe.vimeo.video_desktop {
      min-width: 100vh;
      top: -5%; }
  .masthead .content_container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("../img/home/poster.jpg") center top #000;
    background-size: cover;
    z-index: 4; }
    .masthead .content_container .content {
      width: 80%;
      max-width: 1400px;
      z-index: 5;
      position: absolute;
      top: calc(50% - 80px);
      left: 50%;
      transform: translate(-50%, -50%); }
  .masthead .transparent_video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3; }
  .masthead div.iframe iframe {
    position: absolute;
    top: -15px;
    left: 0;
    height: 100vh; }

.rendering_container {
  position: relative; }
  .rendering_container .text_overlay {
    position: absolute;
    top: 10%;
    left: 5%;
    width: 90%;
    background: #fff;
    font-family: 'Akkurat';
    font-size: 28px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase; }

#home .masthead .logo {
  width: 600px; }

.now_leasing {
  background: url("../img/home/interior.jpg") center;
  background-size: cover; }
  .now_leasing .row {
    min-height: 100vh; }
  .now_leasing .my_btn {
    padding: 0;
    text-decoration: underline;
    line-height: 1.2; }

.box {
  padding: 45px;
  background: #fff;
  max-width: 500px;
  position: relative; }
  .box .reserved_img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%; }
  .box.reserved .reserved_img {
    display: block; }

.limited_time {
  width: 100%; }
  .limited_time .top {
    padding: 15px 0;
    cursor: pointer; }
    .limited_time .top img {
      display: inline-block;
      vertical-align: middle;
      margin: 0 30px; }
    .limited_time .top h1 {
      display: inline-block;
      vertical-align: middle;
      font-size: 20px; }
  .limited_time .logo {
    width: 300px; }
  .limited_time .inner {
    display: none; }
  .limited_time .title {
    font-size: 40px;
    line-height: 1.2; }
    .limited_time .title .main {
      font-family: 'Akkurat'; }
    .limited_time .title .second {
      font-family: 'baskerville-display-pt';
      font-style: italic; }
      .limited_time .title .second sup {
        font-size: 20px;
        margin-left: 5px; }
  .limited_time .subhead {
    font-size: 18px;
    margin-bottom: 10px; }
  .limited_time ul {
    padding-left: 15px;
    list-style-type: disc;
    margin-bottom: 30px;
    text-align: left; }
    .limited_time ul li {
      font-family: 'Akkurat';
      font-size: 18px;
      margin-bottom: 15px; }
  .limited_time .my_btn {
    font-size: 20px;
    line-height: 21px;
    padding: 0 1px;
    border-bottom: 1px solid #000; }
  .limited_time.active .top img {
    transform: rotate(180deg);
    transition: all 0.4s; }

/* modern living */
.modern_living {
  background: url("../img/train_bg.jpg") right bottom;
  background-size: cover;
  color: #fff; }
  .modern_living .container {
    max-width: 1100px; }
  .modern_living h2 {
    color: #fff; }

.less_screen p.big {
  font-family: 'Akkurat';
  font-size: 20px;
  text-transform: uppercase; }
  .less_screen p.big a {
    text-decoration: underline; }

.elevated_design .container {
  max-width: 700px; }

.register_form .container {
  position: relative; }
  .register_form .container .thank_you_message {
    display: none;
    position: absolute;
    top: -5px;
    left: -5px;
    bottom: -5px;
    right: -5px;
    background: #fff;
    padding: 30px; }
    .register_form .container .thank_you_message h3 {
      position: absolute;
      z-index: 2;
      width: 100%;
      left: 0;
      text-align: center;
      top: 50%;
      transform: translate(0, -50%); }
.register_form .form_container {
  position: relative; }
.register_form .form {
  position: relative;
  margin: 0 auto;
  transition: all 0.4s; }
  .register_form .form input[type="text"],
  .register_form .form input[type="search"],
  .register_form .form input[type="tel"],
  .register_form .form input[type="number"],
  .register_form .form input[type="email"],
  .register_form .form input[type="password"],
  .register_form .form select {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 20px;
    color: #000;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    border-bottom: 1px solid #707070;
    outline: none;
    border-radius: 0;
    padding: 0; }
  .register_form .form input[type="text"]::placeholder,
  .register_form .form input[type="search"]::placeholder,
  .register_form .form input[type="tel"]::placeholder,
  .register_form .form input[type="number"]::placeholder,
  .register_form .form input[type="email"]::placeholder,
  .register_form .form input[type="password"]::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1;
    /* Firefox */ }
  .register_form .form input[type="text"]:-ms-input-placeholder,
  .register_form .form input[type="search"]:-ms-input-placeholder,
  .register_form .form input[type="tel"]:-ms-input-placeholder,
  .register_form .form input[type="number"]:-ms-input-placeholder,
  .register_form .form input[type="email"]:-ms-input-placeholder,
  .register_form .form input[type="password"]:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000; }
  .register_form .form input[type="text"]::-ms-input-placeholder,
  .register_form .form input[type="search"]::-ms-input-placeholder,
  .register_form .form input[type="tel"]::-ms-input-placeholder,
  .register_form .form input[type="number"]::-ms-input-placeholder,
  .register_form .form input[type="email"]::-ms-input-placeholder,
  .register_form .form input[type="password"]::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000; }
  .register_form .form .form-group {
    position: relative; }
    .register_form .form .form-group .arrow_down {
      position: absolute;
      top: 10px;
      width: 30px;
      top: 10px;
      cursor: pointer; }
  .register_form .form select {
    background: url("../img/down_arrow_icon.svg") no-repeat;
    background-size: 30px;
    background-position: right center;
    cursor: pointer; }
  .register_form .form legend {
    font-size: 20px; }
  .register_form .form .disclaimer p {
    font-size: 16px; }
  .register_form .form .missing input[type="text"],
  .register_form .form .missing input[type="search"],
  .register_form .form .missing input[type="tel"],
  .register_form .form .missing input[type="number"],
  .register_form .form .missing input[type="email"],
  .register_form .form .missing input[type="password"] {
    border-bottom: 1px solid red; }
    .register_form .form .missing input[type="text"]::placeholder,
    .register_form .form .missing input[type="search"]::placeholder,
    .register_form .form .missing input[type="tel"]::placeholder,
    .register_form .form .missing input[type="number"]::placeholder,
    .register_form .form .missing input[type="email"]::placeholder,
    .register_form .form .missing input[type="password"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: red;
      opacity: 1;
      /* Firefox */ }
    .register_form .form .missing input[type="text"]:-ms-input-placeholder,
    .register_form .form .missing input[type="search"]:-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]:-ms-input-placeholder,
    .register_form .form .missing input[type="number"]:-ms-input-placeholder,
    .register_form .form .missing input[type="email"]:-ms-input-placeholder,
    .register_form .form .missing input[type="password"]:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: red; }
    .register_form .form .missing input[type="text"]::-ms-input-placeholder,
    .register_form .form .missing input[type="search"]::-ms-input-placeholder,
    .register_form .form .missing input[type="tel"]::-ms-input-placeholder,
    .register_form .form .missing input[type="number"]::-ms-input-placeholder,
    .register_form .form .missing input[type="email"]::-ms-input-placeholder,
    .register_form .form .missing input[type="password"]::-ms-input-placeholder {
      /* Microsoft Edge */
      color: red; }
  .register_form .form .missing select {
    border-bottom: 1px solid red;
    color: red; }
  .register_form .form .agent_name_field {
    display: none; }
  .register_form .form .checkbox {
    display: inline-block;
    position: relative;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 5px; }
    .register_form .form .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .checkbox label {
      padding: 10px 15px;
      position: relative;
      cursor: pointer;
      text-transform: none; }
    .register_form .form .checkbox input[type="radio"]:checked + label,
    .register_form .form .checkbox input[type="checkbox"]:checked + label {
      background: #000;
      color: #fff; }
    .register_form .form .checkbox.missing label:before {
      border-color: red; }
  .register_form .form .disclaimer .checkbox {
    display: inline-block;
    position: relative;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: left;
    margin-right: 0px; }
    .register_form .form .disclaimer .checkbox input {
      position: absolute;
      opacity: 0;
      width: 10px;
      height: 10px;
      left: 30px; }
    .register_form .form .disclaimer .checkbox label {
      padding-left: 35px;
      position: relative;
      cursor: pointer;
      text-transform: none; }
    .register_form .form .disclaimer .checkbox label:before {
      content: "";
      position: absolute;
      top: 10px;
      display: block;
      left: -5px;
      width: 25px;
      height: 25px;
      margin-left: 5px;
      border-width: 1px;
      border-style: solid;
      border-color: #454343;
      border-image: initial;
      background: transparent;
      text-align: center;
      line-height: 23px;
      font-size: 20px; }
    .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label,
    .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label {
      background: transparent;
      color: #000; }
    .register_form .form .disclaimer .checkbox input[type="radio"]:checked + label:before,
    .register_form .form .disclaimer .checkbox input[type="checkbox"]:checked + label:before {
      content: "\2713"; }
    .register_form .form .disclaimer .checkbox.missing label:before {
      border-color: red; }
  .register_form .form .disclaimer.interest .checkbox {
    padding: 0; }
  .register_form .form .disclaimer .missing .checkbox label:before {
    border-color: red; }
  .register_form .form .warning-message,
  .register_form .form .error-message {
    display: block;
    font-size: 14px;
    line-height: 1.5;
    color: red; }
  .register_form .form .thank_you_message {
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc(100% + 10px);
    opacity: 0;
    z-index: -1;
    text-align: center;
    transition: all 0.4s;
    background: #000;
    padding: 30px; }
    .register_form .form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20px;
      width: 100%;
      text-align: center; }
    .register_form .form .thank_you_message h3 {
      position: absolute;
      text-align: center;
      width: 100%;
      top: 50%;
      transform: translate(0, -50%); }
    .register_form .form .thank_you_message .close_btn {
      position: absolute;
      bottom: 20%;
      left: 50%;
      transform: translate(-50%, 0);
      font-size: 24px; }
  .register_form .form.completed .thank_you_message {
    opacity: 1;
    z-index: 2; }
.register_form .my_btn {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 21px;
  padding: 0 1px;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  background: transparent; }
.register_form .disclaimer p {
  font-size: 20px; }

.show_message {
  cursor: pointer; }

/* NEIGHBOURHOOD */
#neighbourhood .main_slider .slider_container {
  position: relative;
  margin-bottom: 30px; }
  #neighbourhood .main_slider .slider_container .slider_arrow {
    position: absolute;
    top: calc(100vh - 185px);
    width: 18px;
    cursor: pointer; }
    #neighbourhood .main_slider .slider_container .slider_arrow.arrow_left {
      right: 75px; }
    #neighbourhood .main_slider .slider_container .slider_arrow.arrow_right {
      right: 30px; }
  #neighbourhood .main_slider .slider_container .slick-dots {
    position: absolute;
    top: calc(100vh - 175px);
    left: 30px;
    margin-bottom: 0; }
    #neighbourhood .main_slider .slider_container .slick-dots li {
      display: inline-block;
      margin-right: 10px;
      opacity: 0.6;
      transition: 0.4s all; }
      #neighbourhood .main_slider .slider_container .slick-dots li button {
        font-size: 18px;
        border-bottom: 1px solid #fff;
        color: #fff;
        padding-left: 2px;
        padding-right: 20px;
        padding-bottom: 2px; }
      #neighbourhood .main_slider .slider_container .slick-dots li.slick-active {
        opacity: 1; }
#neighbourhood .masthead {
  background: url("../img/neighbourhood/poster.jpg") center;
  background-size: cover; }
  #neighbourhood .masthead .logo {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 300px; }
  #neighbourhood .masthead h2 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
    color: #fff; }

/* NEIGHBOURHOOD END */
/* FLOORPLANS */
#floorplans .masthead {
  background: url("../img/floorplans/poster.jpg") center bottom;
  background-size: cover; }
  #floorplans .masthead .logo {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 300px; }
#floorplans .type_selector h4 {
  font-size: 24px;
  text-decoration: underline;
  cursor: pointer; }
#floorplans .type_selector .select_container {
  position: relative; }
  #floorplans .type_selector .select_container img {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0, -50%) rotate(180deg); }
  #floorplans .type_selector .select_container select {
    width: 100%;
    border: 1px solid #999;
    font-family: 'Akkurat';
    padding: 5px 15px;
    cursor: pointer;
    background: url("../img/select_arrow.png") no-repeat right center;
    background-size: 45px; }
#floorplans .filters .selectors .box {
  cursor: pointer;
  display: inline-block; }
  #floorplans .filters .selectors .box p {
    font-size: 24px;
    color: #000; }
#floorplans .floorplan_box.hidden {
  display: none; }
#floorplans .filters {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #707070;
  align-items: center; }
  #floorplans .filters .fsslider > .fssel-left,
  #floorplans .filters .fsslider > .fssel-right,
  #floorplans .filters .fsslider > .fscaret {
    min-width: 20px; }
    #floorplans .filters .fsslider > .fssel-left:before,
    #floorplans .filters .fsslider > .fssel-right:before,
    #floorplans .filters .fsslider > .fscaret:before {
      content: "||";
      font-size: 10px;
      color: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      text-align: center; }
  #floorplans .filters .fsslider > .fsfull-value,
  #floorplans .filters .fsslider > .fssel-value {
    background: #e8e8e8; }
  #floorplans .filters .fsslider > .fssel-value {
    background: #003057;
    height: 2px;
    margin-top: -1px; }
  #floorplans .filters .fsslider > .fscaret {
    background: #000; }
  #floorplans .filters .filter p.pe-3 {
    font-family: 'Akkurat';
    font-weight: bold;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px; }
    #floorplans .filters .filter p.pe-3 .icon {
      margin-right: 10px; }
  #floorplans .filters .filter p {
    font-weight: 700;
    color: #000;
    margin-bottom: 8px; }
  #floorplans .filters .filter .range_slider {
    margin-top: 5px; }
  #floorplans .filters .filter input,
  #floorplans .filters .filter select {
    display: inline-block;
    line-height: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    width: 100%;
    color: #000; }
  #floorplans .filters .filter .col-6 input {
    width: 45px; }
  @supports (-webkit-touch-callout: none) {
    #floorplans .filters .filter .col-6 input {
      width: 55px; } }
  #floorplans .filters .filter p {
    display: inline-block;
    font-size: 16px; }
  #floorplans .filters .filter .dash {
    width: 100%;
    height: 2px;
    background: #000; }
  #floorplans .filters .filter .selectors {
    margin-top: 3px; }
  #floorplans .filters .filter .selectors .box {
    display: inline-block;
    width: auto;
    padding: 5px 20px;
    background: #fff;
    cursor: pointer;
    margin-bottom: 10px;
    transition: all 0.4s; }
  #floorplans .filters .filter .selectors .box p {
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 0;
    padding-bottom: 2px;
    margin: 0; }
  #floorplans .filters .filter .selectors .box.active {
    background: #000; }
    #floorplans .filters .filter .selectors .box.active p {
      color: #fff; }
    #floorplans .filters .filter .selectors .box.active.load_style {
      background: #fff; }
      #floorplans .filters .filter .selectors .box.active.load_style p {
        color: #000; }
  #floorplans .filters .filter .selectors .box:nth-of-type(5) {
    margin-right: 0; }
#floorplans .box {
  position: relative;
  max-width: 100%; }
  #floorplans .box .details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: all 0.4s; }
    #floorplans .box .details h3 {
      position: absolute;
      top: 50%;
      width: 100%;
      text-align: center;
      transform: translate(0, -50%);
      color: #fff; }
  #floorplans .box:hover .details {
    opacity: 1; }
#floorplans.robinson29 .box img {
  height: 380px;
  margin: 0 auto; }
#floorplans.robinson29 .box .reserved_img {
  height: auto; }
#floorplans .controlls {
  border-bottom: 1px solid #000;
  margin-bottom: 10px; }
  #floorplans .controlls button {
    font-family: 'Akkurat';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 60px;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
    cursor: pointer; }
    #floorplans .controlls button.active {
      font-size: 24px;
      border-bottom: 2px solid #000; }
#floorplans .container {
  max-width: 1200px; }
  #floorplans .container h2 {
    font-size: 40px;
    margin-bottom: 5px; }
    #floorplans .container h2 span {
      display: inline-block;
      vertical-align: middle;
      font-family: 'baskerville-display-pt';
      text-transform: none;
      font-size: 20px;
      letter-spacing: normal; }
  #floorplans .container p {
    font-size: 20px;
    margin-bottom: 0px; }
    #floorplans .container p span {
      font-family: 'Akkurat';
      font-size: 26px; }
  #floorplans .container .box {
    cursor: pointer;
    padding: 40px;
    margin-bottom: 20px;
    border: 1px solid #454343; }
  #floorplans .container .my_slider {
    padding-bottom: 50px;
    /* the slides */
    /* the parent */ }
    #floorplans .container .my_slider .slick-slide {
      margin: 0 27px; }
    #floorplans .container .my_slider .slick-list {
      margin: 0 -27px; }
#floorplans.floorplan_details .masthead {
  background: url("../img/floorplans/individual_poster.jpg") center;
  background-size: cover; }
#floorplans.floorplan_details .floorplan_img {
  max-height: 800px;
  margin: 0 auto; }
#floorplans.floorplan_details .gallery_slider_container {
  position: relative; }
  #floorplans.floorplan_details .gallery_slider_container .slick-dots {
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    text-align: center; }
    #floorplans.floorplan_details .gallery_slider_container .slick-dots li {
      display: inline-block;
      margin: 0 10px; }
      #floorplans.floorplan_details .gallery_slider_container .slick-dots li button {
        color: rgba(0, 0, 0, 0);
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0.5); }
      #floorplans.floorplan_details .gallery_slider_container .slick-dots li.slick-active button {
        background: #000; }
  #floorplans.floorplan_details .gallery_slider_container .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    width: 26px;
    height: 30px;
    color: rgba(0, 0, 0, 0);
    z-index: 100; }
    #floorplans.floorplan_details .gallery_slider_container .slick-arrow.slick-prev {
      background: url("../img/arrow_left_dark.png");
      background-size: contain;
      left: -40px; }
    #floorplans.floorplan_details .gallery_slider_container .slick-arrow.slick-next {
      background: url("../img/arrow_right_dark.png");
      background-size: contain;
      right: -40px; }
  #floorplans.floorplan_details .gallery_slider_container .arrow {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer; }
    #floorplans.floorplan_details .gallery_slider_container .arrow.arrow_left {
      left: -40px; }
    #floorplans.floorplan_details .gallery_slider_container .arrow.arrow_right {
      right: -40px; }
#floorplans.floorplan_details .controlls button.no_use {
  border-bottom: 2px solid transparent;
  pointer-events: none; }
#floorplans.floorplan_details .controlls .download img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }
#floorplans.floorplan_details .controlls .download p.small {
  vertical-align: middle;
  display: inline-block;
  font-family: 'Akkurat';
  font-size: 12px;
  text-transform: uppercase; }
#floorplans.floorplan_details .title h1 {
  position: relative;
  font-size: 150px;
  letter-spacing: 10px;
  display: inline-block;
  text-transform: uppercase; }
  #floorplans.floorplan_details .title h1::after {
    content: "";
    position: absolute;
    height: 60%;
    width: 1px;
    right: -30px;
    top: 50%;
    transform: translate(0, -50%);
    background: #000; }
#floorplans.floorplan_details .title h3 {
  font-size: 55px;
  display: inline-block; }
#floorplans.floorplan_details .title p {
  font-size: 40px;
  text-transform: uppercase; }
  #floorplans.floorplan_details .title p span {
    font-size: 40px; }

/* FLOORPLANS END */
/* SUITES */
#suites .masthead {
  background: url("../img/floorplans/poster.jpg") center bottom;
  background-size: cover; }
  #suites .masthead .logo {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 300px; }
#suites ul {
  list-style-type: disc;
  padding-left: 22px; }
  #suites ul li {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.1; }
#suites small {
  font-size: 15px; }
#suites .interior2 {
  background: url("../img/suites/interior2.jpg") center bottom;
  background-size: cover; }
  #suites .interior2 .row {
    min-height: 100vh; }
#suites .easy_travels {
  background: url("../img/suites/easy_travels.jpg") center bottom;
  background-size: cover; }
  #suites .easy_travels .row {
    min-height: 100vh; }

/* SUITES END */
.footer, .under_footer {
  color: #fff; }
  .footer .container, .under_footer .container {
    max-width: 1300px; }

.footer {
  background: url(../img/ballerina.jpg) bottom right no-repeat #000;
  background-size: 45% auto; }
  .footer .heading {
    padding-top: 135px;
    padding-bottom: 95px; }
  .footer p.title {
    font-family: 'baskerville-display-pt';
    font-style: italic;
    font-size: 30px;
    line-height: 1.4; }
  .footer p {
    font-size: 18px;
    margin-bottom: 20px; }
  .footer .second_footer_space {
    padding-bottom: 35px; }

.under_footer {
  padding-top: 60px;
  background: #000; }
  .under_footer p {
    font-size: 14px; }

/* PAGE STYLES END */
/* RESPONSIVE */
@media (max-width: 1400px) {
  /* FLOORPLANS */
  #floorplans .container h2 {
    font-size: 36px; }
  #floorplans.floorplan_details .title h1 {
    font-size: 120px; }
  #floorplans.floorplan_details .title h3 {
    font-size: 45px; }
  #floorplans.floorplan_details .title p {
    font-size: 36px; }
    #floorplans.floorplan_details .title p span {
      font-size: 36px; }

  /* FLOORPLANS END */
  .rendering_container .text_overlay {
    font-size: 26px;
    line-height: 56px;
    letter-spacing: 2px; } }
@media (max-width: 1250px) {
  body {
    font-size: 20px; }

  h2 {
    font-size: 40px;
    letter-spacing: 4px; }

  h3 {
    font-size: 45px; }

  h5 {
    font-size: 26px; }

  h6 {
    font-size: 36px; }

  .second_footer_space {
    padding-bottom: 0px; }

  .less_screen p.big {
    font-size: 18px; }

  #neighbourhood .main_slider .slider_container .slider_arrow {
    bottom: 210px; }
  #neighbourhood .main_slider .slider_container .slick-dots {
    bottom: 200px;
    left: 10px; } }
@media (max-width: 991px) {
  body {
    font-size: 18px; }

  h2 {
    font-size: 40px;
    letter-spacing: 3px; }

  h3 {
    font-size: 36px; }

  h4 {
    font-size: 20px;
    letter-spacing: 1px; }

  h5 {
    font-size: 24px;
    line-height: 1.6; }

  h6 {
    font-size: 26px; }

  .popup_container .my_popup {
    padding: 50px 20px;
    padding-bottom: 25px;
    padding-top: 35px; }
    .popup_container .my_popup h4 {
      font-size: 20px; }
    .popup_container .my_popup .logo {
      width: 100%;
      max-width: 400px; }
    .popup_container .my_popup button {
      line-height: 1.2;
      padding: 0;
      border-bottom: 1px solid #000; }
    .popup_container .my_popup ul {
      list-style-type: none;
      text-align: center; }
      .popup_container .my_popup ul li {
        font-family: 'Akkurat';
        font-size: 16px;
        margin-bottom: 10px; }
    .popup_container .my_popup p.very_small {
      margin-bottom: 20px; }
  .popup_container .close_icon {
    width: 20px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px; }

  .limited_time .top h1 {
    font-size: 16px; }

  .masthead .iframe.vimeo {
    left: 50%;
    transform: translate(-50%, 0); }
  .masthead .iframe.vimeo.video_desktop {
    min-width: 80vh; }

  .less_screen p.big {
    font-size: 16px; }

  .footer {
    background: #000; }
    .footer .heading {
      padding-top: 60px;
      padding-bottom: 60px; }

  .rendering_container .text_overlay {
    font-size: 20px;
    line-height: 52px;
    letter-spacing: 1px; }

  /* NEIGHBOURHOOD */
  #neighbourhood .main_slider .slider_container .slider_arrow {
    top: 30%; }
    #neighbourhood .main_slider .slider_container .slider_arrow.arrow_right {
      right: 15px; }
    #neighbourhood .main_slider .slider_container .slider_arrow.arrow_left {
      left: 15px; }

  /* NEIGHBOURHOOD END */
  /* SUITES */
  #suites ul li {
    font-size: 16px;
    margin-bottom: 20px; }

  /* SUITES END */
  .now_leasing {
    background: none; }
    .now_leasing .row {
      min-height: auto; }
    .now_leasing .box {
      padding: 50px 30px; }

  /* NEIGHBOURHOOD END */
  #suites .interior2 {
    background: none; }
    #suites .interior2 .box {
      padding: 50px 20px;
      padding-top: 30px;
      max-width: 100%; }
    #suites .interior2 .row {
      min-height: auto; }
  #suites .easy_travels {
    background: none; }
    #suites .easy_travels .box {
      padding: 50px 20px;
      padding-top: 30px;
      max-width: 100%; }
    #suites .easy_travels .row {
      min-height: auto; }

  #floorplans .container h2 {
    font-size: 30px; } }
@media (orientation: portrait) {
  .masthead {
    height: 50vh; }
    .masthead .content_container .content {
      top: 25px;
      transform: translate(-50%, 0); }
    .masthead .down_arrow {
      display: none; }
    .masthead .play_icon {
      width: 40px; }

  #home .masthead {
    height: 50vh; }

  .mh_100 {
    min-height: auto;
    padding-top: 50px;
    padding-bottom: 50px; } }
@media (max-width: 768px) {
  .masthead h1 {
    font-size: 12px;
    letter-spacing: 1px; }

  .masthead {
    height: 50vh; }
    .masthead div.iframe iframe {
      height: 50vh; }
    .masthead .iframe.vimeo {
      top: 0%; }
    .masthead .content_container .content {
      top: 25px;
      transform: translate(-50%, 0); }
    .masthead .down_arrow {
      display: none; }
    .masthead .play_icon {
      width: 40px; }
    .masthead .iframe.vimeo.video_desktop {
      min-width: 130vw;
      top: 3%; }

  #home .masthead {
    height: 40vh; }
    #home .masthead div.iframe iframe {
      height: 40vh; }

  body[data-article="home"] .hamburger {
    top: 0; }

  body {
    padding-top: 15px; }

  .limited_time {
    top: 50px; }
    .limited_time .top img {
      margin: 0 20px; }
    .limited_time .top h1 {
      font-size: 13px; }
    .limited_time .title {
      font-size: 30px; }

  #neighbourhood .masthead h2 {
    font-size: 30px; }
  #neighbourhood .masthead .logo {
    top: 20px;
    max-width: 200px; }

  /* FLOORPLANS */
  #floorplans .container h2 {
    font-size: 24px; }
    #floorplans .container h2 span {
      display: block; }
  #floorplans .controlls {
    text-align: center;
    margin-bottom: 50px; }
    #floorplans .controlls button {
      font-size: 15px; }
      #floorplans .controlls button.active {
        font-size: 17px; }
  #floorplans.floorplan_details .title h1 {
    font-size: 60px;
    letter-spacing: 8px; }
  #floorplans.floorplan_details .title h3 {
    font-size: 26px; }
  #floorplans.floorplan_details .title p {
    font-size: 28px;
    text-transform: uppercase; }
    #floorplans.floorplan_details .title p span {
      font-size: 28px; }
  #floorplans.floorplan_details .gallery_slider_container .slick-dots li {
    margin: 0 5px; }
  #floorplans.floorplan_details .gallery_slider_container .arrow.arrow_left {
    left: 15px; }
  #floorplans.floorplan_details .gallery_slider_container .arrow.arrow_right {
    right: 15px; }

  /* FLOORPLANS END */
  /* SUITES */
  /* SUITES END */ }
@media (max-width: 576px) {
  .popup_container .my_popup {
    max-height: 90vh;
    overflow-y: scroll; }
    .popup_container .my_popup h4 {
      font-size: 22px; }
    .popup_container .my_popup .logo {
      width: 100%;
      max-width: 400px; }
    .popup_container .my_popup button {
      line-height: 1.2;
      padding: 0;
      border-bottom: 1px solid #000; }
    .popup_container .my_popup ul {
      list-style-type: none;
      text-align: center;
      padding-left: 0; }
      .popup_container .my_popup ul li {
        font-family: 'Akkurat';
        font-size: 12px;
        margin-bottom: 10px; }
        .popup_container .my_popup ul li.big {
          text-transform: uppercase;
          font-size: 14px; }
    .popup_container .my_popup .my_btn.small {
      font-size: 14px; }

  .menu_bar .logo {
    height: 32px;
    margin: 0; }

  .box {
    width: 100%; }

  .modern_living {
    background: url(../img/train_bg_mob.jpg) center bottom; }

  .menu_overlay ul li {
    margin-bottom: 50px;
    font-size: 16px; }

  .limited_time .title {
    font-size: 30px; }
    .limited_time .title .main {
      display: block; }
  .limited_time .top h1 {
    font-size: 14px; }
    .limited_time .top h1 span {
      display: block; }
  .limited_time .top img {
    margin: 0 10px;
    width: 20px; }
  .limited_time .top:first-of-type {
    margin-left: 0; }
  .limited_time .top:last-of-type {
    margin-right: 0; }
  .limited_time .logo {
    max-width: 280px; }
  .limited_time .subhead {
    font-size: 16px; }

  .masthead .down_arrow {
    bottom: 3vh; }

  .container {
    max-width: 100%; }

  .my_btn {
    line-height: 56px;
    padding: 0 20px;
    font-size: 18px; }
    .my_btn.black_btn {
      font-size: 16px; }

  /* NEIGHBOURHOOD */
  #neighbourhood .main_slider .slider_container .slick-dots {
    left: 15px; }
  #neighbourhood .main_slider .slider_container .slider_arrow {
    top: 70px; }

  .register_btn {
    top: 70%;
    right: -77px; }
    .register_btn .my_btn {
      line-height: 20px;
      font-size: 14px; }

  .register_form .form .checkbox label {
    padding: 5px 10px; } }

/*# sourceMappingURL=my_style.css.map */
